.my-header-text {
  font-size: 14px !important;
  font-weight: bold;
}

.mytablink {
  background-color: #404e67;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 15px;
  width: auto;
  border: 1px solid #404e67;
}

.mytablinkRoom {
  background-color: #404e67;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 15px;
  width: auto;
  border: 1px solid #404e67;
}

.mytablinkRoomEdit {
  background-color: #404e67;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 15px;
  width: auto;
  border: 1px solid #404e67;
}

.mytablinkroomamenity {
  background-color: #404e67;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 15px;
  width: auto;
  border: 1px solid #404e67;
}

@media (max-width:575px) {
  .mytablink {
    display: block;
    width: 100% !important;
  }

  .mytablinkRoom {
    display: block;
    width: 100% !important;
  }

  .mytablinkroomamenity {
    display: block;
    width: 100% !important;
  }
}

.mytablink:hover {
  background-color: #f1f7f6;
  color: #000;
}

.mytablink:focus {
  outline: none !important;
}

.mytablinkRoom:hover {
  background-color: #f1f7f6;
  color: #000;
}

.mytablinkRoom:focus {
  outline: none !important;
}

.mytablinkroomamenity:hover {
  background-color: #f1f7f6;
  color: #000;
}

.mytablinkroomamenity:focus {
  outline: none !important;
}

.myactive {
  background-color: #f1f7f6;
  color: #000;
  border-bottom: none;
}

/* Style the tab content */

.mytabcontent {
  color: white;
  display: none;
  padding: 50px;
  text-align: center;
}

.mytabpage {
  background-color: #f1f7f6;
  padding: 20px;
}

.img-preview {
  background: #fff;
}

.img-preview img {
  width: 24%;
  height: auto;
  border: 1px groove #ececec;
  margin-right: 9px;
  padding: 5px;
}

.room-img-preview {
  background: #fff;
}

.room-img-preview img {
  width: 24%;
  height: auto;
  border: 1px groove #ececec;
  margin-right: 9px;
  padding: 5px;
}

.image-loader {
  display: grid;
  position: absolute;
  width: 96%;
  z-index: 100;
  height: 100%;
  background: #5a5a5aab;
}

.loader-img {
  width: 188px;
  display: block;
  margin: auto;
}

.my-border {
  border: 1px solid #504995;
  border-collapse: collapse;
}

.my-padding-10 {
  padding: 10px;
}

.my-left-border-info {
  box-shadow: 0px 0px 0px 1px #17a2b8;
  border-left: 5px solid #17a2b8;
}

.my-left-border-danger {
  box-shadow: 0px 0px 0px 1px #e31e24;
  border-left: 5px solid #e31e24;
}

.my-banner-iamge {
  transition: all .5s linear;
}

.my-banner-iamge:hover {
  transform: scale(1.2);
}

.cover {
  position: fixed;
  bottom: 0;
  padding: 7px;
  width: 100%;
  background: #fff;
  color: #000;
  z-index: 9999;
  text-align: center;
}

#cover {
  background: url('../image/ajax-loader.gif') no-repeat scroll center center #fff !important;
  position: fixed;
  z-index: 9999;
  height: 100% !important;
  width: 100% !important;
}